[ZF] How to use Zend_Db without SQL Queries?
Posted
by rasouza
on Stack Overflow
See other posts from Stack Overflow
or by rasouza
Published on 2010-05-12T05:25:29Z
Indexed on
2010/05/12
5:34 UTC
Read the original article
Hit count: 125
The last time I worked with Zend_Db I recall I used to write SQL Queries manually. I've been searching for some ORM application, but, since I read something like Zend_Db is also capable of doing so, I started to try it, but I can't find neither a good tutorial explain it or a good documentation.
I read something lake Gateway pattern and ModelMapper class but I can't figure it out.
Can someone shine my path? :P
© Stack Overflow or respective owner